Html Css Color HEX #C48725 Geebung

📋 copy color: '#C48725'

red 196 ◦ green 135 ◦ blue 37

#C48725
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C48725

Tints of Geebung #C48725

RGB

 RED value IS 196 (76.95% from 255) = 53.26%

 GREEN value IS 135 (53.13% from 255) = 36.68%

 BLUE value IS 37 (14.84% from 255) = 10.05%

R = 53.26%
G = 36.68%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C48725 (or 0xC48725) is known color: Geebung. HEX triplet: C4, 87 and 25. RGB value is (196,135,37). Sum of RGB (Red+Green+Blue) = 196+135+37=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C48725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48725 is #3B78DA. Grayscale: #8E8E8E. Windows color (decimal): -3897563 or 2459588. OLE color: 2459588.

HSL color Cylindrical-coordinate representation of color #C48725: hue angle of 36.98º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C48725 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 135 37 -
CMYK 0 0.31 0.81 0.23
HSL 36.98º 0.68% 0.46% -
HSV(B) 36.98º 0.81% 0.77% -
XYZ 31.76 29.2 5.71 -
YUV 142.07 68.71 166.47 -
System Red Green Blue C M Y K H S L
Decimal 196 135 37 0 0.31 0.81 0.23 36.98 0.68 0.46
Hex C4 87 25 0 1F 51 17 25 44 2E
Octal 304 207 45 0 37 121 27 45 104 56
Binary 11000100 10000111 100101 0 11111 1010001 10111 100101 1000100 101110

Color Harmonies of #C48725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48725

Black with #C48725

Text Example


Text Example

White with #C48725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48725; }

 p { color: rgb(196,135,37); }

 H1.HeaderClassName
 {
   color: #C48725;
 }
 .AnyTagClassName
 {
   color: #C48725;
 }
</style>

background-color css

<style>
 a { background-color: #C48725; }

 a { background-color: rgb(196,135,37); }

 div.DivClassName
 {
   background-color: #C48725;
 }
 .BgClassName
 {
   background-color: #C48725;
 }
</style>

border-color css

<style>
 span { border-color: #C48725; }

 span { border-color: rgb(196,135,37); }

 td.TdClassName
 {
   border-color: #C48725;
 }
 .TagClassName
 {
   border-color: #C48725;
 }
</style>