Html Css Color HEX #C77628 Ochre

📋 copy color: '#C77628'

red 199 ◦ green 118 ◦ blue 40

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

Shades of Ochre #C77628

Tints of Ochre #C77628

RGB

 RED value IS 199 (78.13% from 255) = 55.74%

 GREEN value IS 118 (46.48% from 255) = 33.05%

 BLUE value IS 40 (16.02% from 255) = 11.2%

R = 55.74%
G = 33.05%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C77628 (or 0xC77628) is known color: Ochre. HEX triplet: C7, 76 and 28. RGB value is (199,118,40). Sum of RGB (Red+Green+Blue) = 199+118+40=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C77628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77628 is #3889D7. Grayscale: #858585. Windows color (decimal): -3705304 or 2651847. OLE color: 2651847.

HSL color Cylindrical-coordinate representation of color #C77628: hue angle of 29.43º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C77628 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 118 40 -
CMYK 0 0.41 0.80 0.22
HSL 29.43º 0.67% 0.47% -
HSV(B) 29.43º 0.8% 0.78% -
XYZ 30.41 25.25 5.28 -
YUV 133.33 75.34 174.84 -
System Red Green Blue C M Y K H S L
Decimal 199 118 40 0 0.41 0.80 0.22 29.43 0.67 0.47
Hex C7 76 28 0 29 50 16 1D 43 2F
Octal 307 166 50 0 51 120 26 35 103 57
Binary 11000111 1110110 101000 0 101001 1010000 10110 11101 1000011 101111

Color Harmonies of #C77628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77628

Black with #C77628

Text Example


Text Example

White with #C77628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77628; }

 p { color: rgb(199,118,40); }

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

background-color css

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

 a { background-color: rgb(199,118,40); }

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

border-color css

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

 span { border-color: rgb(199,118,40); }

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