Html Css Color HEX #C48123 Geebung

📋 copy color: '#C48123'

red 196 ◦ green 129 ◦ blue 35

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

Shades of Geebung #C48123

Tints of Geebung #C48123

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

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

R = 54.44%
G = 35.83%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48123 (or 0xC48123) is known color: Geebung. HEX triplet: C4, 81 and 23. RGB value is (196,129,35). Sum of RGB (Red+Green+Blue) = 196+129+35=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C48123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48123 is #3B7EDC. Grayscale: #8A8A8A. Windows color (decimal): -3899101 or 2326980. OLE color: 2326980.

HSL color Cylindrical-coordinate representation of color #C48123: hue angle of 35.03º 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 #C48123 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 35 -
CMYK 0 0.34 0.82 0.23
HSL 35.03º 0.7% 0.45% -
HSV(B) 35.03º 0.82% 0.77% -
XYZ 30.92 27.56 5.28 -
YUV 138.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 196 129 35 0 0.34 0.82 0.23 35.03 0.7 0.45
Hex C4 81 23 0 22 52 17 23 46 2D
Octal 304 201 43 0 42 122 27 43 106 55
Binary 11000100 10000001 100011 0 100010 1010010 10111 100011 1000110 101101

Color Harmonies of #C48123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48123

Black with #C48123

Text Example


Text Example

White with #C48123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48123; }

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

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

background-color css

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

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

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

border-color css

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

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

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