Html Css Color HEX #423834 Rebel

📋 copy color: '#423834'

red 66 ◦ green 56 ◦ blue 52

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

Shades of Rebel #423834

Tints of Rebel #423834

RGB

 RED value IS 66 (26.17% from 255) = 37.93%

 GREEN value IS 56 (22.27% from 255) = 32.18%

 BLUE value IS 52 (20.7% from 255) = 29.89%

R = 37.93%
G = 32.18%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#423834 (or 0x423834) is known color: Rebel. HEX triplet: 42, 38 and 34. RGB value is (66,56,52). Sum of RGB (Red+Green+Blue) = 66+56+52=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #423834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423834 is #BDC7CB. Grayscale: #3A3A3A. Windows color (decimal): -12437452 or 3422274. OLE color: 3422274.

HSL color Cylindrical-coordinate representation of color #423834: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #423834 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 56 52 -
CMYK 0 0.15 0.21 0.74
HSL 17.14º 0.12% 0.23% -
HSV(B) 17.14º 0.21% 0.26% -
XYZ 4.28 4.23 3.84 -
YUV 58.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 66 56 52 0 0.15 0.21 0.74 17.14 0.12 0.23
Hex 42 38 34 0 F 15 4A 11 C 17
Octal 102 70 64 0 17 25 112 21 14 27
Binary 1000010 111000 110100 0 1111 10101 1001010 10001 1100 10111

Color Harmonies of #423834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423834

Black with #423834

Text Example


Text Example

White with #423834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423834; }

 p { color: rgb(66,56,52); }

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

background-color css

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

 a { background-color: rgb(66,56,52); }

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

border-color css

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

 span { border-color: rgb(66,56,52); }

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