Html Css Color HEX #C48926 Geebung

📋 copy color: '#C48926'

red 196 ◦ green 137 ◦ blue 38

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

Shades of Geebung #C48926

Tints of Geebung #C48926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

 BLUE value IS 38 (15.23% from 255) = 10.24%

R = 52.83%
G = 36.93%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C48926 (or 0xC48926) is known color: Geebung. HEX triplet: C4, 89 and 26. RGB value is (196,137,38). Sum of RGB (Red+Green+Blue) = 196+137+38=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C48926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48926 is #3B76D9. Grayscale: #8F8F8F. Windows color (decimal): -3897050 or 2525636. OLE color: 2525636.

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

Color convert

RGB 196 137 38 -
CMYK 0 0.30 0.81 0.23
HSL 37.59º 0.68% 0.46% -
HSV(B) 37.59º 0.81% 0.77% -
XYZ 32.06 29.77 5.89 -
YUV 143.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 196 137 38 0 0.30 0.81 0.23 37.59 0.68 0.46
Hex C4 89 26 0 1E 51 17 26 44 2E
Octal 304 211 46 0 36 121 27 46 104 56
Binary 11000100 10001001 100110 0 11110 1010001 10111 100110 1000100 101110

Color Harmonies of #C48926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48926

Black with #C48926

Text Example


Text Example

White with #C48926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48926; }

 p { color: rgb(196,137,38); }

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

background-color css

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

 a { background-color: rgb(196,137,38); }

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

border-color css

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

 span { border-color: rgb(196,137,38); }

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