Html Css Color HEX #C4852D Geebung

📋 copy color: '#C4852D'

red 196 ◦ green 133 ◦ blue 45

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

Shades of Geebung #C4852D

Tints of Geebung #C4852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 52.41%
G = 35.56%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4852D (or 0xC4852D) is known color: Geebung. HEX triplet: C4, 85 and 2D. RGB value is (196,133,45). Sum of RGB (Red+Green+Blue) = 196+133+45=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4852D is #3B7AD2. Grayscale: #8E8E8E. Windows color (decimal): -3898067 or 2983364. OLE color: 2983364.

HSL color Cylindrical-coordinate representation of color #C4852D: hue angle of 34.97º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4852D is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 45 -
CMYK 0 0.32 0.77 0.23
HSL 34.97º 0.63% 0.47% -
HSV(B) 34.97º 0.77% 0.77% -
XYZ 31.63 28.7 6.36 -
YUV 141.81 73.37 166.66 -
System Red Green Blue C M Y K H S L
Decimal 196 133 45 0 0.32 0.77 0.23 34.97 0.63 0.47
Hex C4 85 2D 0 20 4D 17 23 3F 2F
Octal 304 205 55 0 40 115 27 43 77 57
Binary 11000100 10000101 101101 0 100000 1001101 10111 100011 111111 101111

Color Harmonies of #C4852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4852D

Black with #C4852D

Text Example


Text Example

White with #C4852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4852D; }

 p { color: rgb(196,133,45); }

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

background-color css

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

 a { background-color: rgb(196,133,45); }

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

border-color css

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

 span { border-color: rgb(196,133,45); }

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