Html Css Color HEX #C48423 Geebung

📋 copy color: '#C48423'

red 196 ◦ green 132 ◦ blue 35

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

Shades of Geebung #C48423

Tints of Geebung #C48423

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 35 (14.06% from 255) = 9.64%

R = 53.99%
G = 36.36%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48423 (or 0xC48423) is known color: Geebung. HEX triplet: C4, 84 and 23. RGB value is (196,132,35). Sum of RGB (Red+Green+Blue) = 196+132+35=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C48423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48423 is #3B7BDC. Grayscale: #8C8C8C. Windows color (decimal): -3898333 or 2327748. OLE color: 2327748.

HSL color Cylindrical-coordinate representation of color #C48423: hue angle of 36.15º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C48423 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 35 -
CMYK 0 0.33 0.82 0.23
HSL 36.15º 0.7% 0.45% -
HSV(B) 36.15º 0.82% 0.77% -
XYZ 31.32 28.36 5.41 -
YUV 140.08 68.7 167.89 -
System Red Green Blue C M Y K H S L
Decimal 196 132 35 0 0.33 0.82 0.23 36.15 0.7 0.45
Hex C4 84 23 0 21 52 17 24 46 2D
Octal 304 204 43 0 41 122 27 44 106 55
Binary 11000100 10000100 100011 0 100001 1010010 10111 100100 1000110 101101

Color Harmonies of #C48423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48423

Black with #C48423

Text Example


Text Example

White with #C48423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48423; }

 p { color: rgb(196,132,35); }

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

background-color css

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

 a { background-color: rgb(196,132,35); }

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

border-color css

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

 span { border-color: rgb(196,132,35); }

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